home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / ucat.doc < prev    next >
Text File  |  1995-03-31  |  728b  |  25 lines

  1. Item: 2471 by bson at rice-chex.ai.mit.edu 
  2. Author: [Jan Brittenson] 
  3.   Subj: More on the HP-48 catalog 
  4.   Keyw: hp48 hacks internals 
  5.   Date: Mon Mar 18 1991 22:54 
  6.  
  7.    Here is a small example of how the standard catalog configuration 
  8. can be used to view a catalog of random strings: 
  9.   
  10.         @ Call with list of strings on level 1 
  11.   
  12.         << LIST-> RCLF -> N F 
  13.            << 1 N START 
  14.                 #5B15 SYSEVAL   @ String --> Name 
  15.                 N ROLL 
  16.               NEXT 
  17.               N ->LIST 
  18.               #3AC0 SYSEVAL 
  19.               SWAP 
  20.               -59 SF            @ Fast catalog 
  21.               #47BF0 SYSEVAL    @ Walk 
  22.               F STOF 
  23.            >> 
  24.         >> 
  25.